home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvitops / install < prev    next >
Text File  |  1991-01-25  |  1KB  |  43 lines

  1. How to install dvitops
  2. ----------------------
  3.  
  4. 1. Copy unix.h, msdos.h, vms.h, cms.h or primos.h to config.h according
  5. as your OS is UNIX, MS-DOS, VMS, VM/CMS, or PRIMOS.  Then edit config.h.
  6. The file config.doc explains what all the various defines mean.
  7.  
  8. 2. Edit Makefile.
  9.  
  10. 3. Do a make (or make makefile.ms if you're using Microsoft make).
  11.  
  12. 4. Edit dvitops.fnt. This should contain a list of all PostScript fonts
  13. that you have available. If you have a file-system that does not permit
  14. you to use the PostScript names of the fonts as the file names of your
  15. tfm files, you must add the apporpriate file name to the beginning of each
  16. line. For example, change the line
  17.  
  18. Times-Roman
  19.  
  20. to
  21.  
  22. timesr  Times-Roman
  23.  
  24. 5. Do a make install. If you're using MS-DOS, you'll have to install
  25. by hand.
  26.  
  27. 6. Print out and read the manual.
  28.  
  29. If you have any problems, don't hesitate to contact me.
  30.  
  31. Good luck!
  32.  
  33. James Clark
  34.  
  35. jjc@jclark.uucp
  36. ukc.ac.uk!jclark!jjc
  37.  
  38. 30 Peel Street
  39. London W8 7PD
  40. England
  41.  
  42. $Header: /usr/jjc/dvitops/RCS/INSTALL,v 1.3 90/08/14 13:01:37 jjc Rel $
  43.